} public V get(final String key) { return this.cache.get(prefix(key)); } public V get(final String key,
} public V get(final K key) { return this.cache.get((K)prefix(key)); } public V get(final K key,